Skip to content

Commit

Permalink
CI: run stress tests for 1hr instead of 500secs
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuval-Ariel committed May 4, 2023
1 parent 89cb3c2 commit b9373bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/qa-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
short_test: TMPD="$(mktemp -d /tmp/speedb.XXXX)" make -j$(nproc) check
long_test: TMPD="$(mktemp -d /tmp/speedb.XXXX)" make -j$(nproc) check
- name: black-box
short_test: CRASH_TEST_EXT_ARGS="--duration=500" make -j$(nproc) blackbox_asan_crash_test
short_test: CRASH_TEST_EXT_ARGS="--duration=3600" make -j$(nproc) blackbox_asan_crash_test
long_test: CRASH_TEST_EXT_ARGS="--duration=10000" make -j$(nproc) blackbox_asan_crash_test
- name: white-box
short_test: CRASH_TEST_EXT_ARGS="--duration=500" make -j$(nproc) whitebox_asan_crash_test
short_test: CRASH_TEST_EXT_ARGS="--duration=3600" make -j$(nproc) whitebox_asan_crash_test
long_test: CRASH_TEST_EXT_ARGS="--duration=10000" make -j$(nproc) whitebox_asan_crash_test

steps:
Expand Down

0 comments on commit b9373bd

Please sign in to comment.