Skip to content

Commit

Permalink
Increased timeout for debounceMethods.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
REllEK-IO committed Oct 19, 2023
1 parent 4b4f65f commit 747546b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/debounceMethods.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { strategyBegin } from '../model/actionStrategy';
import { createAxium } from '../model/axium';
import { selectState } from '../model/selector';

jest.setTimeout(7000);
jest.setTimeout(10000);
test('Debounce method prevent excess count', (done) => {
const experiment = createExperimentConcept(createExperimentState(), [debounceNextActionNodeQuality]);
const axium = createAxium('Experiment async method creator with Concepts', [createCounterConcept(), experiment]);
Expand Down

0 comments on commit 747546b

Please sign in to comment.