Skip to content

Commit 4205d85

Browse files
committed
Debug timeout
Signed-off-by: Hidde Beydals <[email protected]>
1 parent cd9add8 commit 4205d85

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/e2e.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ jobs:
3535
run: |
3636
echo 'GO_TAGS=integration' >> $GITHUB_ENV
3737
- name: Run tests
38+
env:
39+
TEST_AZURE_ACCOUNT_NAME: ${{ secrets.TEST_AZURE_ACCOUNT_NAME }}
40+
TEST_AZURE_ACCOUNT_KEY: ${{ secrets.TEST_AZURE_ACCOUNT_KEY }}
3841
run: make test
3942
- name: Setup Kubernetes
4043
uses: engineerd/[email protected]
@@ -67,6 +70,9 @@ jobs:
6770
run: |
6871
echo 'GO_TAGS=integration' >> $GITHUB_ENV
6972
- name: Run tests
73+
env:
74+
TEST_AZURE_ACCOUNT_NAME: ${{ secrets.TEST_AZURE_ACCOUNT_NAME }}
75+
TEST_AZURE_ACCOUNT_KEY: ${{ secrets.TEST_AZURE_ACCOUNT_KEY }}
7076
run: make test
7177
- name: Prepare
7278
id: prep

pkg/azure/blob_integration_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ import (
4040
)
4141

4242
var (
43-
testTimeout = time.Second * 5
43+
testTimeout = time.Second * 30
4444
)
4545

4646
var (

0 commit comments

Comments
 (0)