Skip to content

Commit e833404

Browse files
committed
the power8 could maybe use more optimization
1 parent c2b7955 commit e833404

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/actions/test-gentoo/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,13 @@ runs:
1010
run: |
1111
set -x
1212
# XXX: Set up database tests?
13+
# Slow tests criteron is doubled because this runner isn't as fast as others
1314
export SKIP_IO_CAPTURE_TESTS=1
1415
export STACK_LIMIT_DEFAULTS_CHECK=1
1516
sapi/cli/php run-tests.php -P -q ${{ inputs.runTestsParameters }} \
1617
-j$(nproc) \
1718
-g FAIL,BORK,LEAK,XLEAK \
1819
--no-progress \
1920
--show-diff \
20-
--show-slow 1000 \
21+
--show-slow 2000 \
2122
--set-timeout 120

0 commit comments

Comments
 (0)