Skip to content

Commit 1baca1e

Browse files
committed
test: extend state manifest e2e timeout
1 parent 24de941 commit 1baca1e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tests/specs/state-manifest.e2e.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ import { FIXTURES, WINDOW_SIZE } from '../../wdio.shared.conf';
33
import { volViewPage } from '../pageobjects/volview.page';
44
import { openVolViewPage, writeManifestToZip } from './utils';
55

6-
describe('State file manifest.json code', () => {
6+
describe('State file manifest.json code', function () {
7+
this.timeout(120_000);
8+
79
it('has no errors loading version 5.0.1 manifest.json file ', async () => {
810
const manifestPath = path.join(
911
FIXTURES,

0 commit comments

Comments
 (0)