mirror of
https://github.com/jlengrand/ktor.git
synced 2026-03-10 08:31:20 +00:00
Increase mocha test timeout
This commit is contained in:
@@ -19,7 +19,10 @@ config.set({
|
||||
}
|
||||
},
|
||||
"client": {
|
||||
captureConsole: true
|
||||
captureConsole: true,
|
||||
"mocha": {
|
||||
timeout: 10000
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user