mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +01:00
higher timeout for startMongoProgram
This commit is contained in:
parent
11e614465f
commit
f94110baed
@ -135,7 +135,7 @@ startMongoProgram = function(){
|
||||
} catch( e ) {
|
||||
}
|
||||
return false;
|
||||
}, "unable to connect to mongo program on port " + port, 110000 );
|
||||
}, "unable to connect to mongo program on port " + port, 300 * 1000 );
|
||||
|
||||
return m;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user