Commit f92a43c9 authored by 💃 Winnie 💃's avatar 💃 Winnie 💃

Remove timeout from awards_handler_spec.js

parent a57a0e3d
......@@ -46,9 +46,6 @@ const AwardsHandler = require('~/awards_handler');
isEmojiMenuBuilt = true;
resolve();
});
// Fail after 1 second
setTimeout(reject, 1000);
}
});
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment