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 5240b15 commit e3e52f3Copy full SHA for e3e52f3
.github/workflows/testkit-test-3.5.yml
@@ -70,11 +70,6 @@ jobs:
70
cd testkit
71
python -m pip install -r requirements.txt
72
73
- - name: Sleep for 60s
74
- uses: juliangruber/sleep-action@v1
75
- with:
76
- time: 60s
77
-
78
- name: Run TestKit
79
env:
80
TEST_NEO4J_HOST: localhost
@@ -84,5 +79,5 @@ jobs:
84
run: |
85
php testkit-backend/index.php &
86
81
87
- sleep 2
82
+ sleep 180
88
83
python3 -m unittest -v "tests.neo4j.test_authentication.TestAuthenticationBasic"
0 commit comments