Skip to content

Commit 1f7bc01

Browse files
author
jc
committed
checkpoint
1 parent 9eb2c89 commit 1f7bc01

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/e2e/test_copier_to_deployment.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1102,8 +1102,9 @@ def test_08_kubernetes_deployment(self):
11021102
self.run_command(
11031103
["uv", "run", "api-forge-cli", "k8s", "db", "create", "--bundled"],
11041104
cwd=project_dir,
1105-
timeout=600, # 10 minutes - includes image build + Helm deployment
1105+
timeout=720, # 12 minutes - longer than Helm's 10m timeout to see error messages
11061106
env=create_env,
1107+
stream_output=True, # Show real-time output for debugging
11071108
)
11081109
print("✅ PostgreSQL database created and initialized")
11091110
except Exception as e:

0 commit comments

Comments
 (0)