Skip to content

Commit

Permalink
Actually change timeout to 900 seconds
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Ho <dxho@amazon.com>
  • Loading branch information
derek-ho committed Oct 1, 2024
1 parent 7d934e1 commit 48c087f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/run-cypress-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ runs:
echo "OpenSearch Dashboards compiled successfully."
break
fi
if [ $i -eq 60 ]; then
echo "Timeout for 600 seconds reached. OpenSearch Dashboards did not finish compiling."
if [ $i -eq 90 ]; then
echo "Timeout for 900 seconds reached. OpenSearch Dashboards did not finish compiling."
exit 1
fi
sleep 10
Expand Down

0 comments on commit 48c087f

Please sign in to comment.