mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: add a small delay between failed test retries. bump retries for channel_select_6_test.v to 8
This commit is contained in:
@ -358,6 +358,7 @@ fn worker_trunner(mut p pool.PoolProcessor, idx int, thread_id int) voidptr {
|
||||
goto test_passed_system
|
||||
}
|
||||
}
|
||||
time.sleep(500 * time.millisecond)
|
||||
}
|
||||
ts.failed = true
|
||||
ts.benchmark.fail()
|
||||
|
Reference in New Issue
Block a user