Skip to content

Commit d40ff56

Browse files
committed
Increase timeout for Python examples to prevent hanging during execution
1 parent 377370a commit d40ff56

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-python-examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
echo "----------------------------------------"
9494
9595
# Create a timeout wrapper to prevent hanging
96-
if timeout 300 python "$example" > "${example}.log" 2>&1; then
96+
if timeout 900 python "$example" > "${example}.log" 2>&1; then
9797
echo "✅ PASSED: $example" | tee -a $results_file
9898
passed=$((passed + 1))
9999
else

0 commit comments

Comments
 (0)