test: increase timeout on ASAN Action

Setting the timeout to 300s (or 5 minutes) instead of the default 120s
per test to limit the number of false negative on GH Action CI results.

PR-URL: https://github.com/nodejs/node/pull/37007
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
pull/37059/head
Antoine du Hamel 2021-01-20 15:36:23 +01:00 committed by James M Snell
parent bf79987433
commit 90cae3acee
No known key found for this signature in database
GPG Key ID: 7341B15C070877AC
1 changed files with 1 additions and 1 deletions

View File

@ -37,4 +37,4 @@ jobs:
- name: Build
run: make build-ci -j2 V=1
- name: Test
run: make run-ci -j2 V=1 TEST_CI_ARGS="-p actions"
run: make run-ci -j2 V=1 TEST_CI_ARGS="-p actions -t 300"