Skip to content

Commit 1180a4f

Browse files
committed
[test] increase case timeout to 120s
1 parent e330c3d commit 1180a4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BUILD.gn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ if (!is_component_build) {
422422
action("nwtest") {
423423
script = "test/test.py"
424424
outputs = [ "$root_build_dir/run_tests.re" ]
425-
args = [ "-d", rebase_path("$root_build_dir"), "-t", "60", "sanity" ]
425+
args = [ "-d", rebase_path("$root_build_dir"), "-t", "120", "sanity" ]
426426
deps = [ "//chrome/test/chromedriver:chromedriver" ]
427427
}
428428
}

0 commit comments

Comments
 (0)