ci: bump retries to 3, for flaky vlib/v/tests/go_array_wait_test.v

pull/13800/head
Delyan Angelov 2022-03-21 21:46:49 +02:00
parent c0437afbcd
commit 381cf4b61d
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
// vtest retry: 3
fn f(x f64) f64 {
y := x * x
return y