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

pull/9611/head
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

@ -51,7 +51,7 @@ fn test_run() {
assert p.status == .exited assert p.status == .exited
// //
eprintln('polling iterations: $i') eprintln('polling iterations: $i')
assert i < 20 assert i < 50
} }
fn test_wait() { fn test_wait() {

View File

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