Skip to content

Commit b15c977

Browse files
CCM-11724: Re-enable test timeouts
1 parent dce6c60 commit b15c977

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test-team/config/component/component.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import baseConfig from '../playwright.config';
44

55
const buildCommand = [
66
'INCLUDE_AUTH_PAGES=true',
7-
// 'NEXT_PUBLIC_TIME_TILL_LOGOUT_SECONDS=25',
8-
// 'NEXT_PUBLIC_PROMPT_SECONDS_BEFORE_LOGOUT=5',
7+
'NEXT_PUBLIC_TIME_TILL_LOGOUT_SECONDS=25',
8+
'NEXT_PUBLIC_PROMPT_SECONDS_BEFORE_LOGOUT=5',
99
'npm run build && npm run start',
1010
].join(' ');
1111

0 commit comments

Comments
 (0)