Skip to content

Commit 3271236

Browse files
committed
Increase test timout for v8 x86_64 clang and clang_tsan
Signed-off-by: Dhi Aurrahman <[email protected]>
1 parent 53e81e5 commit 3271236

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-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
135+
flags: --config=clang --define=crypto=system --test_timeout=600
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
151+
flags: --config=clang-tsan --test_timeout=600
152152
cache: true
153153
- name: 'V8 on Linux/aarch64'
154154
engine: 'v8'

0 commit comments

Comments
 (0)