We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f7261c commit c46bd12Copy full SHA for c46bd12
1 file changed
tests/aignostics/platform/scheduled_test.py
@@ -16,7 +16,7 @@
16
from aignostics.platform.resources.runs import ApplicationRun
17
18
TEST_APPLICATION_VERSION_ID = "test-app:v0.0.1"
19
-TEST_APPLICATION_TIMEOUT_SECONDS = 60 * 60 # 1 hour
+TEST_APPLICATION_TIMEOUT_SECONDS = 2 * 60 * 60 # 1 hour
20
HETA_APPLICATION_VERSION_ID = "he-tme:v1.0.0-beta.4"
21
HETA_APPLICATION_TIMEOUT_SECONDS = 6 * 60 * 60 # 6 hours
22
0 commit comments