Skip to content

Commit 37bbc6b

Browse files
authored
Wait for sevices to be up before running tests (#1088)
1 parent c8765e8 commit 37bbc6b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

integration-test/run-all.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/bash
22

3+
echo "Waiting for services to be up..."
4+
sleep 2
35
echo "Running tests"
46

57
FILES=/test/scripts/*

0 commit comments

Comments
 (0)