Skip to content
This repository was archived by the owner on Feb 10, 2024. It is now read-only.

Commit 5dce978

Browse files
committed
2.2.0
1 parent 4a884e9 commit 5dce978

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

self_hosted_runner.patch

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,16 @@ index 2b4c651f..c61b00f5 100644
7676
coreClientProvider.client,
7777
]);
7878
if (startCustomizations) {
79+
diff --git a/arduino-ide-extension/package.json b/arduino-ide-extension/package.json
80+
index eccac3c5..d30a39e3 100644
81+
--- a/arduino-ide-extension/package.json
82+
+++ b/arduino-ide-extension/package.json
83+
@@ -140,7 +140,7 @@
84+
"reporter": "spec",
85+
"colors": true,
86+
"watch-extensions": "js",
87+
- "timeout": 10000
88+
+ "timeout": 20000
89+
},
90+
"files": [
91+
"lib",

0 commit comments

Comments
 (0)