mirror of
https://github.com/ansible/awx.git
synced 2026-04-28 05:05:25 -02:30
Remove sleep from tests
This commit is contained in:
committed by
jakemcdermott
parent
1b0fca8026
commit
03277513a9
@@ -1,4 +0,0 @@
|
||||
|
||||
const sleep = (ms) => new Promise(resolve => setTimeout(resolve, ms));
|
||||
/* eslint-disable-next-line import/prefer-default-export */
|
||||
export { sleep };
|
||||
Reference in New Issue
Block a user