Skip to content

Commit 04afec8

Browse files
Increase test timeouts
1 parent 2332d5e commit 04afec8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/utils/startDebugger.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,6 @@ async function startDebuggerInternal(folder: string, args: string[] = []) {
7979
}
8080
});
8181
});
82-
await setTimeout(5000);
82+
await setTimeout(7000);
8383
return lldProcess;
8484
}

0 commit comments

Comments
 (0)