Context:
The e2e tests github action jobs take 6 hours to timeout in case the backend failed or the front-end failed to start. Since there is no need to wait for such a long time, we need to prevent such unecessarly long timeouts.
AT:
- prevent very long timeouts when run the e2e tests github actions.