From 0f23b91670a9041eb0e1918b1f2394863f6da3ba Mon Sep 17 00:00:00 2001 From: Sigmund Cherem Date: Thu, 16 Apr 2020 14:42:34 +0000 Subject: [PATCH] [bots] Increase timeout for dart2js-hostasserts-(weak|strong) configurations Change-Id: I3f254ff4f062014677430c75bff17b836bba0a7d Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/143722 Reviewed-by: Alexander Thomas Reviewed-by: Joshua Litt Commit-Queue: Sigmund Cherem --- tools/bots/test_matrix.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tools/bots/test_matrix.json b/tools/bots/test_matrix.json index ec2f7049e08..f92e6af018e 100644 --- a/tools/bots/test_matrix.json +++ b/tools/bots/test_matrix.json @@ -630,6 +630,7 @@ "--libraries-spec=sdk_nnbd/lib/libraries.json", "--platform-binaries=out/ReleaseX64NNBD/" ], + "timeout": 240, "host-checked": true } }, @@ -644,6 +645,7 @@ "--libraries-spec=sdk_nnbd/lib/libraries.json", "--platform-binaries=xcodebuild/ReleaseX64NNBD/" ], + "timeout": 240, "host-checked": true } }, @@ -658,6 +660,7 @@ "--libraries-spec=sdk_nnbd/lib/libraries.json", "--platform-binaries=out/ReleaseX64NNBD/" ], + "timeout": 240, "host-checked": true } }, @@ -672,6 +675,7 @@ "--libraries-spec=sdk_nnbd/lib/libraries.json", "--platform-binaries=xcodebuild/ReleaseX64NNBD/" ], + "timeout": 240, "host-checked": true } }, @@ -3692,4 +3696,4 @@ "linux": "buildtools/linux-x64/clang/bin/llvm-symbolizer", "macos": "buildtools/mac-x64/clang/bin/llvm-symbolizer" } -} \ No newline at end of file +}