Skip to content

Commit c86f6c5

Browse files
committed
Increase timeout for bazel exclusive tests
1 parent d02fcc8 commit c86f6c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
matrix:
6262
erlang_version:
6363
- "23"
64-
timeout-minutes: 20
64+
timeout-minutes: 60
6565
steps:
6666
- name: CHECKOUT REPOSITORY
6767
uses: actions/checkout@v2
@@ -90,7 +90,7 @@ jobs:
9090
9191
build --build_metadata=ROLE=CI
9292
build --build_metadata=VISIBILITY=PRIVATE
93-
build --remote_instance_name=buildbuddy-io/buildbuddy/ci
93+
build --remote_instance_name=buildbuddy-io/buildbuddy/ci-exclusive
9494
build --grpc_keepalive_time=30s
9595
EOF
9696
#! - name: Setup tmate session

0 commit comments

Comments
 (0)