We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 377370a commit d40ff56Copy full SHA for d40ff56
1 file changed
.github/workflows/test-python-examples.yml
@@ -93,7 +93,7 @@ jobs:
93
echo "----------------------------------------"
94
95
# Create a timeout wrapper to prevent hanging
96
- if timeout 300 python "$example" > "${example}.log" 2>&1; then
+ if timeout 900 python "$example" > "${example}.log" 2>&1; then
97
echo "✅ PASSED: $example" | tee -a $results_file
98
passed=$((passed + 1))
99
else
0 commit comments