1
0
Fork 0
mirror of synced 2024-08-19 12:01:20 +12:00

Merge pull request #11760 from Budibase/fix/ci-disk-space

Test flakiness check
This commit is contained in:
Michael Drury 2023-09-14 12:02:49 +01:00 committed by GitHub
commit dac8595ed1
3 changed files with 10 additions and 1 deletions

View file

@ -25,6 +25,13 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Maximize build space
uses: easimon/maximize-build-space@master
with:
root-reserve-mb: 35000
swap-size-mb: 1024
remove-android: 'true'
remove-dotnet: 'true'
- name: Checkout repo and submodules
uses: actions/checkout@v3
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == 'Budibase/budibase'

View file

@ -19,4 +19,4 @@
"loadEnvFiles": false
}
}
}
}

View file

@ -10,6 +10,8 @@ import {
import { TestConfiguration } from "../../../../tests"
import { events } from "@budibase/backend-core"
// this test can 409 - retries reduce issues with this
jest.retryTimes(2)
jest.setTimeout(30000)
mocks.licenses.useScimIntegration()