Skip to content

Commit 1bf795c

Browse files
committed
CI/GraphQL: remove call to timeout, does not exist on macOS
1 parent a503ed2 commit 1bf795c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-docs-graphql-api.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
echo "Testing script: $script_file"
119119
120120
# Execute the script and capture output
121-
if output=$(timeout 30 bash "$script_file" 2>&1); then
121+
if output=$(bash "$script_file" 2>&1); then
122122
echo "✅ Script executed successfully"
123123
124124
# Check if this is a GraphQL script (contains JSON response)

0 commit comments

Comments
 (0)