Skip to content

Commit 9cd4a93

Browse files
Half-Shotreivilibre
authored andcommitted
Increase wait time for plumb command
1 parent e4988fc commit 9cd4a93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/IrcPlumbCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import { logMessage } from "../LogProxy";
2222
import { KickPowerLevel } from "../models/room_kinds";
2323
import { ConferenceMatrixClient } from "../ConferenceMatrixClient";
2424

25-
const PLUMB_WAIT_MS = 1000;
25+
const PLUMB_WAIT_MS = 10000;
2626

2727
export class IrcPlumbCommand implements ICommand {
2828
public readonly prefixes = ["plumb-irc"];

0 commit comments

Comments
 (0)