File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ jobs:
132132 os : ubuntu-20.04
133133 arch : x86_64
134134 action : test
135- flags : --config=clang --define=crypto=system --test_timeout=600
135+ flags : --config=clang --define=crypto=system
136136 cache : true
137137 - name : ' V8 on Linux/x86_64 with ASan'
138138 engine : ' v8'
@@ -148,7 +148,7 @@ jobs:
148148 os : ubuntu-20.04
149149 arch : x86_64
150150 action : test
151- flags : --config=clang-tsan --test_timeout=600
151+ flags : --config=clang-tsan
152152 cache : true
153153 - name : ' V8 on Linux/aarch64'
154154 engine : ' v8'
Original file line number Diff line number Diff line change @@ -66,6 +66,7 @@ cc_test(
6666 "@com_google_googletest//:gtest" ,
6767 "@com_google_googletest//:gtest_main" ,
6868 ],
69+ timeout = "long" ,
6970)
7071
7172cc_test (
@@ -163,6 +164,7 @@ cc_test(
163164 "@com_google_googletest//:gtest" ,
164165 "@com_google_googletest//:gtest_main" ,
165166 ],
167+ timeout = "long" ,
166168)
167169
168170cc_test (
You can’t perform that action at this time.
0 commit comments