Skip to content
This repository was archived by the owner on Jan 9, 2023. It is now read-only.

Commit 3dde352

Browse files
Merge pull request #80 from Unity-Technologies/bugfix/fix-close-file-streams-test
Attempt to fix test on Travis CI
2 parents eef126d + 702ed6f commit 3dde352

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/protocol.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ describe("Protocol", () => {
247247
const buf = Buffer.from(encodeCommand(cmd.getAsset, self.data.guid, self.data.hash), 'ascii');
248248

249249
// queue up a bunch of GET requests to ensure there will be at least one open stream when we quit
250-
for(let i=0;i<10;i++) {
250+
for(let i=0;i<100;i++) {
251251
await new Promise(resolve => {
252252
client.write(buf, () => resolve());
253253
});

0 commit comments

Comments
 (0)