[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:
Martin Kustermann 2024-02-26 13:57:19 +00:00 committed by Commit Queue
parent c05738f04f
commit c28f91401c

View file

@ -467,7 +467,7 @@
"dart2wasm-options": [
"-O0"
],
"timeout": 240
"timeout": 60
}
},
"dart2wasm-(linux|mac|win)-optimized-(d8|jsshell|jsc|chrome|firefox)": {
@ -476,7 +476,7 @@
"-O1"
],
"host-asserts": false,
"timeout": 240
"timeout": 60
}
},
"dart2wasm-(linux|mac|win)-jscm-(d8|jsshell|jsc|chrome|firefox)": {
@ -486,7 +486,7 @@
"--js-compatibility"
],
"host-asserts": true,
"timeout": 240
"timeout": 60
}
},
"vm-aot-android-(debug|product|release)-arm_x64": {