Skip to content

Commit 49d10aa

Browse files
committed
Set timeout
Signed-off-by: Dhi Aurrahman <[email protected]>
1 parent 3271236 commit 49d10aa

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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'

test/BUILD

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

7172
cc_test(
@@ -163,6 +164,7 @@ cc_test(
163164
"@com_google_googletest//:gtest",
164165
"@com_google_googletest//:gtest_main",
165166
],
167+
timeout = "long",
166168
)
167169

168170
cc_test(

0 commit comments

Comments
 (0)