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 c2b7955 commit e833404Copy full SHA for e833404
.github/actions/test-gentoo/action.yml
@@ -10,12 +10,13 @@ runs:
10
run: |
11
set -x
12
# XXX: Set up database tests?
13
+ # Slow tests criteron is doubled because this runner isn't as fast as others
14
export SKIP_IO_CAPTURE_TESTS=1
15
export STACK_LIMIT_DEFAULTS_CHECK=1
16
sapi/cli/php run-tests.php -P -q ${{ inputs.runTestsParameters }} \
17
-j$(nproc) \
18
-g FAIL,BORK,LEAK,XLEAK \
19
--no-progress \
20
--show-diff \
- --show-slow 1000 \
21
+ --show-slow 2000 \
22
--set-timeout 120
0 commit comments