Skip to content

Commit

Permalink
CI: Test cluster: increase wait before running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
macno committed Dec 1, 2019
1 parent 775789d commit 0e92a2c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions runTestsCluster.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/usr/bin/env bash

WAIT_FOR_DB_SEC=10
WAIT_FOR_DBCLUSTER_SEC=60
WAIT_FOR_DB_SEC=20
WAIT_FOR_DBCLUSTER_SEC=90
if [ "$TRAVIS" = "true" ]; then
WAIT_FOR_DB_SEC=40
WAIT_FOR_DBCLUSTER_SEC=120
WAIT_FOR_DB_SEC=60
WAIT_FOR_DBCLUSTER_SEC=180
fi

print_test_header () {
Expand Down

0 comments on commit 0e92a2c

Please sign in to comment.