Skip to content

Commit

Permalink
check ME for timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
zzo committed Aug 23, 2011
1 parent d239fd5 commit a316541
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/nodejute/jute/actions/prune.js
Expand Up @@ -83,7 +83,7 @@ module.exports = {
}
}
}
if (now - cache.browsers[browser].get_test > TEST_TIME_THRESHOLD) {
if (now - cache.browsers[me].get_test > TEST_TIME_THRESHOLD) {
// A link test taking too long - these are NOT in cache.tests_to_run
hub.emit(hub.LOG, hub.ERROR, "Test running for too long - killing it");

Expand Down
2 changes: 1 addition & 1 deletion backend/nodejute/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "jute",
"description": "Javascript Unit Test Environment",
"keywords": ["selenium", "test", "testing", "unit", "tests"],
"version": "0.0.32",
"version": "0.0.33",
"author": "Mark Ethan Trostler <mark@zzo.com>",
"preferGlobal": true,
"bin" : {
Expand Down

0 comments on commit a316541

Please sign in to comment.