Retry flaky native watcher test

This commit is contained in:
Nathan Sobo 2019-04-10 14:08:02 -06:00
parent 5ac126e01b
commit 656facc989

View File

@ -100,6 +100,8 @@ describe('NativeWatcherRegistry', function () {
})
it('reuses an existing NativeWatcher on the same directory', async function () {
this.RETRY_FLAKY_TEST_AND_SLOW_DOWN_THE_BUILD()
const EXISTING = new MockNative('existing')
const existingPath = absolute('existing', 'path')
let firstTime = true