Skip to content

Commit

Permalink
refactor(bluetooth): increase hard timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
mKeRix committed Dec 13, 2020
1 parent 2ab6e42 commit cbf8bac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/integrations/bluetooth/bluetooth.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ export class BluetoothService {
killSignal: 'SIGKILL',
}
),
this.classicConfig.scanTimeLimit * 1000 * 1.1
this.classicConfig.scanTimeLimit * 1000 * 1.5
);
const matches = output.stdout.match(RSSI_REGEX);

Expand Down

0 comments on commit cbf8bac

Please sign in to comment.