1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

ci: reduce chance of spurious go_wait_option_test.v failures by retrying it 3 times

This commit is contained in:
Delyan Angelov
2021-09-20 10:32:00 +03:00
parent f9f4867c25
commit 1de4f1af2e

View File

@@ -1,3 +1,5 @@
// vtest retry: 3
fn f(n int) ?f64 {
if n < 0 {
return error('negative number')