Skip to content

Commit e3e52f3

Browse files
committed
increased sleep time for testkit-test-3.5
1 parent 5240b15 commit e3e52f3

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/testkit-test-3.5.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,6 @@ jobs:
7070
cd testkit
7171
python -m pip install -r requirements.txt
7272
73-
- name: Sleep for 60s
74-
uses: juliangruber/sleep-action@v1
75-
with:
76-
time: 60s
77-
7873
- name: Run TestKit
7974
env:
8075
TEST_NEO4J_HOST: localhost
@@ -84,5 +79,5 @@ jobs:
8479
run: |
8580
php testkit-backend/index.php &
8681
cd testkit
87-
sleep 2
82+
sleep 180
8883
python3 -m unittest -v "tests.neo4j.test_authentication.TestAuthenticationBasic"

0 commit comments

Comments
 (0)