testing: fix warning for compiling ./v cmd/tools/vtest.v

This commit is contained in:
Delyan Angelov 2024-01-23 04:13:14 +02:00
parent 020515406a
commit 9a857c11c6
No known key found for this signature in database
GPG key ID: 66886C0F12D595ED

View file

@ -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)