Skip to content

Commit 7f5e562

Browse files
authored
Use acceptance v0.3.0 (#2872)
1 parent 7b51490 commit 7f5e562

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/acceptance.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ jobs:
4545
git fetch origin $GITHUB_HEAD_REF:$GITHUB_HEAD_REF
4646
4747
- name: Run integration tests
48-
uses: databrickslabs/sandbox/acceptance@acceptance/v0.2.2
48+
uses: databrickslabs/sandbox/acceptance@acceptance/v0.3.0
4949
with:
5050
vault_uri: ${{ secrets.VAULT_URI }}
51-
timeout: 55m
51+
timeout: 2h
5252
env:
5353
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5454
ARM_CLIENT_ID: ${{ secrets.ARM_CLIENT_ID }}

.github/workflows/nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ jobs:
3535
run: pip install hatch==1.9.4
3636

3737
- name: Run nightly tests
38-
uses: databrickslabs/sandbox/acceptance@acceptance/v0.2.2
38+
uses: databrickslabs/sandbox/acceptance@acceptance/v0.3.0
3939
with:
4040
vault_uri: ${{ secrets.VAULT_URI }}
41-
timeout: 55m
41+
timeout: 2h
4242
create_issues: true
4343
env:
4444
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)