We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53e81e5 commit 3271236Copy full SHA for 3271236
.github/workflows/test.yml
@@ -132,7 +132,7 @@ jobs:
132
os: ubuntu-20.04
133
arch: x86_64
134
action: test
135
- flags: --config=clang --define=crypto=system
+ flags: --config=clang --define=crypto=system --test_timeout=600
136
cache: true
137
- name: 'V8 on Linux/x86_64 with ASan'
138
engine: 'v8'
@@ -148,7 +148,7 @@ jobs:
148
149
150
151
- flags: --config=clang-tsan
+ flags: --config=clang-tsan --test_timeout=600
152
153
- name: 'V8 on Linux/aarch64'
154
0 commit comments