File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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 }}
Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments