Skip to content

Commit

Permalink
fix: 🐛 increase time for DNS error on deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
NadeigeC committed Feb 20, 2023
1 parent ce264f6 commit f4cdc43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/views/Result.vue
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ function sendFeedback (isCorrect) {
<div class="footer-background">
<div
v-show="img"
class="col-11 col-lg-6 mx-auto text-center"
class="col-11 col-lg-6 text-center"
:class="{ 'footer-actions': selectedAmmo === undefined }"
>
<router-link
Expand Down
2 changes: 1 addition & 1 deletion infra/scripts/test-alive.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ echo "# Test website is up"

sudo apt install -y ca-certificates
set +e
timeout=900;
timeout=1200;
elapse=0;
range=10;
test_result=1
Expand Down

0 comments on commit f4cdc43

Please sign in to comment.