Skip to content

Commit

Permalink
testing: fix warning for compiling ./v cmd/tools/vtest.v
Browse files Browse the repository at this point in the history
  • Loading branch information
spytheman committed Jan 23, 2024
1 parent 0205154 commit 9a857c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/tools/modules/testing/common.v
Expand Up @@ -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)
Expand Down

0 comments on commit 9a857c1

Please sign in to comment.