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

ci: bump retries to 8 for vlib/net/tcp_test.v

This commit is contained in:
Delyan Angelov
2022-01-28 10:07:37 +02:00
parent 41b9b2988a
commit 8491e83e3f

View File

@ -1,4 +1,4 @@
// vtest retry: 5
// vtest retry: 8
import net
import os