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 a503ed2 commit 1bf795cCopy full SHA for 1bf795c
.github/workflows/test-docs-graphql-api.yaml
@@ -118,7 +118,7 @@ jobs:
118
echo "Testing script: $script_file"
119
120
# Execute the script and capture output
121
- if output=$(timeout 30 bash "$script_file" 2>&1); then
+ if output=$(bash "$script_file" 2>&1); then
122
echo "✅ Script executed successfully"
123
124
# Check if this is a GraphQL script (contains JSON response)
0 commit comments