Skip to content

Commit

Permalink
must wait longer
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusandra committed Mar 9, 2023
1 parent 259fa21 commit fae814e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/queries/nodes/DataNode/dataNodeLogic.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ describe('dataNodeLogic', () => {

// Autoload is running in the background and will fire in 5 seconds. Check that there's a background script for this.
expect(logic.cache.autoLoadInterval).toBeTruthy()
jest.advanceTimersByTime(6000)
jest.advanceTimersByTime(31000)
await expectLogic(logic)
.toDispatchActions(['loadNewData', 'loadNewDataSuccess'])
.toMatchValues({
Expand Down

0 comments on commit fae814e

Please sign in to comment.