[tests] increase timeout for long dart2js test.

This test flakes 0.5% of the time due to long compilation times. It
seems to be intended to be a stress test, so increasing the timeout
seems reasonable.

Change-Id: I508b4e42654dbb01fba9d84bea3bf843d7b59c48
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/333320
Reviewed-by: Stephen Adams <sra@google.com>
Commit-Queue: Sigmund Cherem <sigmund@google.com>
This commit is contained in:
Sigmund Cherem 2023-11-02 17:22:39 +00:00 committed by Commit Queue
parent 5f24a631c7
commit 11cf645f9c

View file

@ -10,6 +10,7 @@ inference_update_2/external_field_test: SkipByDesign # Non-JS-interop external m
inference_update_2/why_not_promoted_external_error_test: SkipByDesign # Non-JS-interop external members are not supported
mixin_method_override_test/G5: Skip # Issue 34354
number/int64_literal_runtime*_test: Skip # This is testing Dart 2.0 int64 semantics
regress/regress41983_test: Slow, Pass # Stress test that requires longer time to compile
vm/*: SkipByDesign # Tests for the VM.
[ $compiler != dart2js ]