mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 12:24:24 +00:00
[dart2wasm] Update timeout value for dart2wasm tests from 4 min to 1 min
Change-Id: I71bf1c9a6e6a2a0903359b4883f649cd33936e2b Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/354026 Commit-Queue: Martin Kustermann <kustermann@google.com> Reviewed-by: Ömer Ağacan <omersa@google.com>
This commit is contained in:
parent
c05738f04f
commit
c28f91401c
1 changed files with 3 additions and 3 deletions
|
@ -467,7 +467,7 @@
|
||||||
"dart2wasm-options": [
|
"dart2wasm-options": [
|
||||||
"-O0"
|
"-O0"
|
||||||
],
|
],
|
||||||
"timeout": 240
|
"timeout": 60
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"dart2wasm-(linux|mac|win)-optimized-(d8|jsshell|jsc|chrome|firefox)": {
|
"dart2wasm-(linux|mac|win)-optimized-(d8|jsshell|jsc|chrome|firefox)": {
|
||||||
|
@ -476,7 +476,7 @@
|
||||||
"-O1"
|
"-O1"
|
||||||
],
|
],
|
||||||
"host-asserts": false,
|
"host-asserts": false,
|
||||||
"timeout": 240
|
"timeout": 60
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"dart2wasm-(linux|mac|win)-jscm-(d8|jsshell|jsc|chrome|firefox)": {
|
"dart2wasm-(linux|mac|win)-jscm-(d8|jsshell|jsc|chrome|firefox)": {
|
||||||
|
@ -486,7 +486,7 @@
|
||||||
"--js-compatibility"
|
"--js-compatibility"
|
||||||
],
|
],
|
||||||
"host-asserts": true,
|
"host-asserts": true,
|
||||||
"timeout": 240
|
"timeout": 60
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"vm-aot-android-(debug|product|release)-arm_x64": {
|
"vm-aot-android-(debug|product|release)-arm_x64": {
|
||||||
|
|
Loading…
Reference in a new issue