Skip to content

Commit

Permalink
feedback change 1
Browse files Browse the repository at this point in the history
  • Loading branch information
tsullivan committed Sep 16, 2020
1 parent bfcf1d8 commit 5319844
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,14 @@ const toasts = {
addDanger: jest.fn(),
} as any;

const fiveSeconds = moment.duration(5, 's');
const mockPollConfig = {
jobCompletionNotifier: {
interval: moment.duration(5, 's'),
interval: fiveSeconds,
intervalErrorMultiplier: 3,
},
jobsRefresh: {
interval: moment.duration(5, 's'),
interval: fiveSeconds,
intervalErrorMultiplier: 3,
},
};
Expand Down

0 comments on commit 5319844

Please sign in to comment.