Skip to content

Commit

Permalink
🔧 Enlarge time windows for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mudler committed Nov 24, 2021
1 parent b8da2e8 commit d572d25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/filetest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ else
fi

curl -X PUT http://localhost:8080/api/ledger/tests/test/done

sleep 80
t=$(cat $PWD/test)

if [ $t != "test" ]; then
Expand Down
2 changes: 1 addition & 1 deletion .github/servicestest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ else
if [[ $rc -eq 0 ]] ; then
echo "Alright"
curl -X PUT http://localhost:8080/api/ledger/tests/services/doneservice
sleep 20
sleep 80
exit 0
else
echo "Test failed"
Expand Down

0 comments on commit d572d25

Please sign in to comment.