added timeout to failing test
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Carlos Jimenez Ruiz 2022-05-13 11:57:36 +02:00
parent ccf3366e1a
commit 9be7d46fb2
2 changed files with 1 additions and 2 deletions

View File

@ -8,5 +8,5 @@ fdescribe('account changePassword()', () => {
expect(err).toBeDefined();
expect(err).toEqual('Invalid password');
});
}, 40000);
});

View File

@ -54,7 +54,6 @@ async function test() {
}));
jasmine.exitOnCompletion = false;
jasmine.DEFAULT_TIMEOUT_INTERVAL = 40000;
await jasmine.execute();
if (app) await app.disconnect();
if (container) await container.rm();