Skip to content

Commit

Permalink
TEST
Browse files Browse the repository at this point in the history
  • Loading branch information
timvandermeij committed Apr 13, 2020
1 parent 3ac7a15 commit 701f65a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,8 @@ function monitorBrowserTimeout(session, onTimeout) {
return;
}
session.timeoutMonitor = setTimeout(function() {
onTimeout(session);
console.log("WOULD TIMEOUT");
//onTimeout(session);
}, browserTimeout * 1000);
}

Expand Down

0 comments on commit 701f65a

Please sign in to comment.