Skip to content

Commit

Permalink
decrease timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
patrykkopycinski committed Mar 4, 2020
1 parent 409c8de commit 28b2067
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ describe('AllRulesTable Columns', () => {
setTimeout(() => {
results.push('duplicateRulesAction');
resolve();
}, 1000)
}, 500)
)
);

Expand Down

0 comments on commit 28b2067

Please sign in to comment.