ci: reduce chance of spurious go_wait_option_test.v failures by retrying it 3 times
parent
f9f4867c25
commit
1de4f1af2e
|
@ -1,3 +1,5 @@
|
||||||
|
// vtest retry: 3
|
||||||
|
|
||||||
fn f(n int) ?f64 {
|
fn f(n int) ?f64 {
|
||||||
if n < 0 {
|
if n < 0 {
|
||||||
return error('negative number')
|
return error('negative number')
|
||||||
|
|
Loading…
Reference in New Issue