You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No errors at the package API, looks like timeoutTransmitter goroutine is not scheduled well, not sure the reason but seems like it needs further investigation.
process continue
Process 580 resuming
--- FAIL: TestWriteTimeoutFluctuation (1.89s)
timeout_test.go:706: Write took over 1s; expected 0.1s
FAIL
Process 580 exited with status = 1 (0x00000001)
go_darwin_arm_exec: timeout running tests
The text was updated successfully, but these errors were encountered:
On darwin/arm, the test sometimes fails with:
Process 557 resuming
--- FAIL: TestWriteTimeoutFluctuation (1.64s)
timeout_test.go:706: Write took over 1s; expected 0.1s
FAIL
Process 557 exited with status = 1 (0x00000001)
go_darwin_arm_exec: timeout running tests
This change increaes timeout on iOS builders from 1s to 3s as a
temporarily fix.
Updates golang#10775.
Change-Id: Ifdaf99cf5b8582c1a636a0f7d5cc66bb276efd72
Reviewed-on: https://go-review.googlesource.com/9915
Reviewed-by: Minux Ma <[email protected]>
See build dashboard.
http://build.golang.org/log/b02e6aaa2fe497fadf898192d5425e7201569703
http://build.golang.org/log/350de48b4c0e31390ac02f7a1af96c22401a5628
http://build.golang.org/log/58502b25b5c6dc158954ba111690223cb5bc078f
http://build.golang.org/log/2bb42bac80498052be38e335298d05b43d370f1a
No errors at the package API, looks like timeoutTransmitter goroutine is not scheduled well, not sure the reason but seems like it needs further investigation.
The text was updated successfully, but these errors were encountered: