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

ci: bump retry count to 5 for tcp_test.v

This commit is contained in:
Delyan Angelov 2021-12-26 19:05:05 +02:00
parent 2e68af22d3
commit c26e040d33
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED

View File

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