Skip to content

Commit e5da02a

Browse files
committed
Increase mocha timeout to 10000ms
1 parent af11394 commit e5da02a

File tree

2 files changed

+1
-1111
lines changed

2 files changed

+1
-1111
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Oficjalny klient JavaScript pozwalający na wysyłanie wiadomości SMS, MMS, VMS oraz zarządzanie kontem w serwisie SMSAPI.pl",
55
"main": "index.js",
66
"scripts": {
7-
"test": "mocha test --timeout 5000"
7+
"test": "mocha test --timeout 10000"
88
},
99
"repository": {
1010
"type": "git",

0 commit comments

Comments
 (0)