fix(xo-server-test/backup-ng): reduce timeout for delta backup scenario (#4454)

Introduced by 1ce3368530
This commit is contained in:
badrAZ
2019-08-27 10:08:18 +02:00
committed by GitHub
parent b4ef7352f2
commit ba54b53194

View File

@@ -446,7 +446,7 @@ describe('backupNg', () => {
})
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 {
vms: { default: defaultVm, vmToBackup = defaultVm },
remotes: { default: defaultRemote, remote1, remote2 = defaultRemote },