parent
6ef3df2322
commit
bb91841dad
|
@ -9,10 +9,10 @@ if (process.env.CI) {
|
|||
mochaFile: 'junit/e2e-[hash].xml',
|
||||
};
|
||||
timeouts = {
|
||||
defaultCommandTimeout: 30000,
|
||||
requestTimeout: 30000,
|
||||
responseTimeout: 60000,
|
||||
pageLoadTimeout: 60000,
|
||||
defaultCommandTimeout: 15000,
|
||||
requestTimeout: 15000,
|
||||
responseTimeout: 30000,
|
||||
pageLoadTimeout: 30000,
|
||||
};
|
||||
} else {
|
||||
urlHost = 'localhost';
|
||||
|
@ -26,10 +26,10 @@ if (process.env.CI) {
|
|||
inlineAssets: true,
|
||||
};
|
||||
timeouts = {
|
||||
defaultCommandTimeout: 10000,
|
||||
requestTimeout: 10000,
|
||||
responseTimeout: 30000,
|
||||
pageLoadTimeout: 60000,
|
||||
defaultCommandTimeout: 5000,
|
||||
requestTimeout: 5000,
|
||||
responseTimeout: 15000,
|
||||
pageLoadTimeout: 30000,
|
||||
};
|
||||
}
|
||||
|
||||
|
@ -60,5 +60,6 @@ export default defineConfig({
|
|||
...timeouts,
|
||||
includeShadowDom: true,
|
||||
waitForAnimations: true,
|
||||
testIsolation: false,
|
||||
},
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue