Longer connection wait time

Summary:
I'm seeing some failures where no client is connected when we do the export.
This increases the wait time before sending the SIGINT.

Reviewed By: passy

Differential Revision: D15716214

fbshipit-source-id: 4646ef9d1c37e491273bd9deff504675b0e4e780
This commit is contained in:
John Knox
2019-06-10 03:46:57 -07:00
committed by Facebook Github Bot
parent c225795b73
commit 627ccc2fbc

View File

@@ -60,7 +60,7 @@ const runHeadless = memoize((args: Array<string>) => {
setTimeout(() => {
process.kill('SIGINT');
}, 10000);
}, 20000);
});
});