tor-router/test/constants.js

4 lines
76 B
JavaScript
Raw Normal View History

module.exports = {
WAIT_FOR_CREATE: 240000,
PAGE_LOAD_TIME: 60000
};