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

tests: bump limits to reduce flakyness on m1 with latest clang

This commit is contained in:
Delyan Angelov
2021-04-05 22:38:55 +03:00
parent 7c664de8aa
commit b041681c00
2 changed files with 2 additions and 2 deletions

View File

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