Skip to content

Commit a22292f

Browse files
ci(end to end): Add more delay for timeout test
1 parent 5324b96 commit a22292f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-suite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ jobs:
490490
- name: Run "AppSec with timeout (captcha fallback)" test
491491
run: |
492492
# Add delay
493-
ddev exec -s crowdsec tc qdisc add dev eth0 root netem delay 500ms
493+
ddev exec -s crowdsec tc qdisc add dev eth0 root netem delay 1000ms
494494
cd ${{ github.workspace }}/${{env.EXTENSION_PATH}}
495495
# Remove display error
496496
sed -i 's/\x27display_errors\x27 => true/\x27display_errors\x27 => false/g' scripts/settings.php

0 commit comments

Comments
 (0)