Skip to content

Commit d0d7993

Browse files
committed
add required config for binary tests
1 parent 475fbfa commit d0d7993

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

system-tests/test-binary/invocation_details_spec.ts

+4
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ describe('invocation details captured by protocol', () => {
4040
const spec = 'protocol.cy.js,test-isolation.cy.js,shadow-dom.cy.js'
4141

4242
return systemTests.exec(this, {
43+
timeout: 240000,
44+
dockerImage: 'cypress/base-internal:20.18.1-bullseye',
4345
withBinary: true,
4446
key: 'f858a2bc-b469-4e48-be67-0876339ee7e1',
4547
project: 'protocol',
@@ -74,6 +76,8 @@ describe('invocation details captured by protocol', () => {
7476
[true, false].forEach((experimentalSingleTabRunMode) => {
7577
it('verifies the protocol events are correct', function () {
7678
return systemTests.exec(this, {
79+
timeout: 240000,
80+
dockerImage: 'cypress/base-internal:20.18.1-bullseye',
7781
withBinary: true,
7882
key: 'f858a2bc-b469-4e48-be67-0876339ee7e1',
7983
project: 'protocol',

0 commit comments

Comments
 (0)