Skip to content

Commit

Permalink
fix(back-e2e): run session timestamp sync test sometimes failing
Browse files Browse the repository at this point in the history
  • Loading branch information
tsa96 committed Sep 14, 2024
1 parent 631c5c0 commit 53be774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/backend-e2e/src/session.e2e-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -997,7 +997,7 @@ describe('Session', () => {

it('should reject if the run does not fall within the run timestamps', async () => {
const res = await submitWithOverrides({
beforeSave: (self) => (self.replay.header.stopTick *= 2)
beforeSave: (self) => (self.replay.header.stopTick *= 20)
});

expect(res.statusCode).toBe(400);
Expand Down

0 comments on commit 53be774

Please sign in to comment.