Skip to content

Commit

Permalink
Increase the Duration of Discovery by a Few Seconds
Browse files Browse the repository at this point in the history
It was seen that USB and GPIB instruments were discovered but sometimes LAN was not.
  • Loading branch information
esarver committed Jan 29, 2025
1 parent 1c84aeb commit 6493494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/instrumentExplorer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { Log, SourceLocation } from "./logging"
import { DISCOVER_EXECUTABLE } from "./kic-cli"
import { LOG_DIR } from "./utility"

const DISCOVERY_TIMEOUT = 2
const DISCOVERY_TIMEOUT = 5

export class InstrumentsExplorer implements vscode.Disposable {
private InstrumentsDiscoveryViewer: vscode.TreeView<
Expand Down

0 comments on commit 6493494

Please sign in to comment.