test: bump delay to 60s
diff --git a/atmosphere/tests/e2e/test_operator.py b/atmosphere/tests/e2e/test_operator.py
index b46f07f..5329e43 100644
--- a/atmosphere/tests/e2e/test_operator.py
+++ b/atmosphere/tests/e2e/test_operator.py
@@ -64,7 +64,7 @@
         selector="application=atmosphere"
     ):
         for attempt in Retrying(
-            retry=retry_if_exception_type(AssertionError), stop=stop_after_delay(30)
+            retry=retry_if_exception_type(AssertionError), stop=stop_after_delay(60)
         ):
             with attempt:
                 assert "successfully started" in pod.logs()