Skip to content

Commit 43111ed

Browse files
committed
Increase UPLOAD_DONE_TIMER
1 parent 7dfbab0 commit 43111ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "arduino-create-agent-js-client",
3-
"version": "2.15.0",
3+
"version": "2.15.1",
44
"description": "JS module providing discovery of the Arduino Create Plugin and communication with it",
55
"main": "lib/index.js",
66
"module": "es/index.js",

src/socket-daemon.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ let orderedPluginAddresses = [LOOPBACK_ADDRESS, LOOPBACK_HOST];
4545
let driversRequested = false;
4646

4747
const CANT_FIND_AGENT_MESSAGE = 'Arduino Create Agent cannot be found';
48-
const UPLOAD_DONE_TIMER = 5000;
48+
const UPLOAD_DONE_TIMER = 10000;
4949

5050
let updateAttempts = 0;
5151

0 commit comments

Comments
 (0)