mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-10-18 06:20:59 +02:00
increase selenium timeout/attempts
This commit is contained in:
parent
2294090778
commit
b447cda515
@ -139,10 +139,10 @@ selenium:
|
||||
script:
|
||||
- export K8S_NAMESPACE=$(kubectl get pods -o=custom-columns=NS:.metadata.namespace | tail -1)
|
||||
- |
|
||||
for i in `seq 1 3`; do
|
||||
for i in `seq 1 10`; do
|
||||
echo attempt $i...
|
||||
python3 tests/integration/selenium_test.py && break
|
||||
sleep 3
|
||||
sleep 10
|
||||
done
|
||||
needs:
|
||||
- job: phpunit-integration
|
||||
|
Loading…
x
Reference in New Issue
Block a user