better error handling
Some checks failed
Build and deploy the backend to staging / Build and push image (pull_request) Successful in 1m39s
Run linting on the backend code / Build (pull_request) Successful in 34s
Run testing on the backend code / Build (pull_request) Failing after 3m3s
Build and deploy the backend to staging / Deploy to staging (pull_request) Successful in 24s

This commit is contained in:
2025-01-27 18:39:10 +01:00
parent d6f723bee1
commit f64e60ddf6
2 changed files with 7 additions and 1 deletions

View File

@@ -588,7 +588,7 @@ class Optimizer:
circles = self.is_connected(solution)
i = 0
timeout = 40
timeout = 15
while circles is not None :
i += 1
if i == timeout :