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:
@ -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)
|
||||
|
Reference in New Issue
Block a user