fix(xo-server-test/backup-ng): reduce timeout for delta backup scenario (#4454)
Introduced by 1ce3368530
This commit is contained in:
@@ -446,7 +446,7 @@ describe('backupNg', () => {
|
|||||||
})
|
})
|
||||||
|
|
||||||
test('execute three times a delta backup with 2 remotes, 2 as retention and 2 as fullInterval', async () => {
|
test('execute three times a delta backup with 2 remotes, 2 as retention and 2 as fullInterval', async () => {
|
||||||
jest.setTimeout(12e6)
|
jest.setTimeout(12e5)
|
||||||
const {
|
const {
|
||||||
vms: { default: defaultVm, vmToBackup = defaultVm },
|
vms: { default: defaultVm, vmToBackup = defaultVm },
|
||||||
remotes: { default: defaultRemote, remote1, remote2 = defaultRemote },
|
remotes: { default: defaultRemote, remote1, remote2 = defaultRemote },
|
||||||
|
|||||||
Reference in New Issue
Block a user