sync: increase retries for vlib/sync/select_close_test.v to 3, to reduce CI false positives in the gcc-windows job

This commit is contained in:
Delyan Angelov 2025-06-08 12:55:58 +03:00
parent c0bdb4a47b
commit 01770de8b5
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED

View File

@ -1,3 +1,4 @@
// vtest retry: 3
module sync module sync
import time import time