Skip to content

Commit 8e164ef

Browse files
committed
added test timeout to playwright
1 parent afaf23a commit 8e164ef

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

@bellatrix/core/src/test/playwright.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,10 @@ export function SuiteDecorator<T extends BellatrixTest>(target: ParameterlessCto
102102
tests.set(testMethod, currentTest);
103103
}
104104

105+
nativeLibrary.defineConfig({
106+
timeout: testSettings.testTimeout,
107+
});
108+
105109
nativeLibrary.test.describe(title, () => {
106110
nativeLibrary.test.beforeAll(async () => await testClassSymbolMethods.beforeAll.call(testClassInstance));
107111

0 commit comments

Comments
 (0)