platform_build_soong/cmd/run_with_timeout
Colin Cross 2f08bc1a5c Increase timeouts in Test_runWithTimeout
Under load sometimes the 1 millisecond timeouts are not run before
a 1 second sleep finishes, or `echo foo` is not run before a 1
second timeoutt.  Increase the long sleeps and timeouts to 10 seconds.
This doesn't affect normal test runtime as the command should timeout
after 1 millisecond.

Bug: 199207577
Test: Test_runWithTimeout
Change-Id: I31166850a473b9cde37906a62d026580e7a7bd3f
2021-09-17 21:36:29 +00:00
..
Android.bp Add a wrapper command to detect timeouts 2021-04-30 14:14:45 -07:00
run_with_timeout.go Add more debugging to run_with_timeout 2021-08-05 16:51:50 -07:00
run_with_timeout_test.go Increase timeouts in Test_runWithTimeout 2021-09-17 21:36:29 +00:00