mirror of
https://github.com/ansible/awx.git
synced 2026-03-03 01:38:50 -03: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