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

pull/13307/head
Delyan Angelov 2022-01-28 10:07:37 +02:00
parent 41b9b2988a
commit 8491e83e3f
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED
1 changed files with 1 additions and 1 deletions

View File

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