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

ci: make vweb and websocket tests more robust to transient errors

This commit is contained in:
Delyan Angelov
2021-02-20 20:24:15 +02:00
parent 28088cc494
commit 746dfe6317
2 changed files with 8 additions and 6 deletions

View File

@ -7,7 +7,7 @@ import io
const (
sport = 12380
exit_after_time = 7000 // milliseconds
exit_after_time = 9000 // milliseconds
vexe = os.getenv('VEXE')
vweb_logfile = os.getenv('VWEB_LOGFILE')
vroot = os.dir(vexe)