Skip to content
This repository has been archived by the owner on Oct 2, 2021. It is now read-only.

Commit

Permalink
Bump BP timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
roblourens committed Mar 19, 2017
1 parent 53075af commit e95dd18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chrome/chromeDebugAdapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export abstract class ChromeDebugAdapter implements IDebugAdapter {
public static EVAL_NAME_PREFIX = 'VM';
private static SCRIPTS_COMMAND = '.scripts';
private static THREAD_ID = 1;
private static SET_BREAKPOINTS_TIMEOUT = 3000;
private static SET_BREAKPOINTS_TIMEOUT = 5000;
private static HITCONDITION_MATCHER = /^(>|>=|=|<|<=|%)?\s*([0-9]+)$/;
private static ASYNC_CALL_STACK_DEPTH = 4;

Expand Down

0 comments on commit e95dd18

Please sign in to comment.