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