Skip to content

Commit

Permalink
#2426 Try increasing wait for snap
Browse files Browse the repository at this point in the history
  • Loading branch information
dwalizer committed Oct 13, 2023
1 parent b5d98ab commit e167e47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e-tests/cypress/e2e/metrics/subjectMetrics_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ var moment = require('moment-timezone');

describe('Metrics Tests - Subject', () => {

const waitForSnap = 4000;
const waitForSnap = 6000;

before(() => {
Cypress.Commands.add('addUserTag', (userId, tagKey, tags) => {
Expand Down

0 comments on commit e167e47

Please sign in to comment.