mirror of
https://github.com/vlang/v.git
synced 2025-09-14 15:02:33 +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 {
|
if compile_r.exit_code == 0 {
|
||||||
break
|
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,
|
ts.append_message_with_duration(.compile_end, compile_r.output, compile_cmd_duration,
|
||||||
mtc)
|
mtc)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue