We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0793b6f commit 2e27ff6Copy full SHA for 2e27ff6
.github/workflows/test.yaml
@@ -23,4 +23,4 @@ jobs:
23
run: |
24
echo -n $GITHUB_TOKEN > $(pwd)/token
25
26
- bazelisk test ... --action_env GITHUB_TOKEN_PATH=$(pwd)/token
+ bazelisk test ... --action_env GITHUB_TOKEN_PATH=$(pwd)/token --test_timeout=600
0 commit comments