mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
Increasing timeout of net_test
This commit is contained in:
parent
b01af78197
commit
49e9748b11
@ -40,7 +40,7 @@ require(["lib/architect/architect", "lib/chai/chai"], function (architect, chai)
|
||||
|
||||
describe('net', function() {
|
||||
describe('connect()', function() {
|
||||
this.timeout(10000);
|
||||
this.timeout(30000);
|
||||
|
||||
it("should connect to a port", function(done) {
|
||||
var code =
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user