-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Closed
Labels
Description
The purpose of this test is to "Test that println can be the target of a go statement". It does so by forking a go routine that calls println and sleeps for a millisecond waiting for output. The assumption that the output can be completed in a millisecond or less is an optimistic one. When the machine running the test is sufficiently loaded completing the output might take substantially more than a millisecond. Raising the timeout might make this test less flakey.