mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
testing: fix warning for compiling ./v cmd/tools/vtest.v
This commit is contained in:
parent
020515406a
commit
9a857c11c6
1 changed files with 1 additions and 1 deletions
|
@ -603,7 +603,7 @@ fn worker_trunner(mut p pool.PoolProcessor, idx int, thread_id int) voidptr {
|
|||
if compile_r.exit_code == 0 {
|
||||
break
|
||||
}
|
||||
random_sleep_ms(50, 100)
|
||||
random_sleep_ms(50, 100 * cretry)
|
||||
}
|
||||
ts.append_message_with_duration(.compile_end, compile_r.output, compile_cmd_duration,
|
||||
mtc)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue