Skip to content

Commit

Permalink
Increase UPLOAD_DONE_TIMER
Browse files Browse the repository at this point in the history
  • Loading branch information
pirropirro committed Mar 6, 2024
1 parent 7dfbab0 commit 43111ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "arduino-create-agent-js-client",
"version": "2.15.0",
"version": "2.15.1",
"description": "JS module providing discovery of the Arduino Create Plugin and communication with it",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/socket-daemon.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ let orderedPluginAddresses = [LOOPBACK_ADDRESS, LOOPBACK_HOST];
let driversRequested = false;

const CANT_FIND_AGENT_MESSAGE = 'Arduino Create Agent cannot be found';
const UPLOAD_DONE_TIMER = 5000;
const UPLOAD_DONE_TIMER = 10000;

let updateAttempts = 0;

Expand Down

0 comments on commit 43111ed

Please sign in to comment.