Skip to content

Commit 78c1e3d

Browse files
committed
Increase wait time for plumb command
1 parent 4c72183 commit 78c1e3d

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
@@ -21,7 +21,7 @@ import { IRCBridge } from "../IRCBridge";
2121
import { logMessage } from "../LogProxy";
2222
import { KickPowerLevel } from "../models/room_kinds";
2323

24-
const PLUMB_WAIT_MS = 1000;
24+
const PLUMB_WAIT_MS = 10000;
2525

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

0 commit comments

Comments
 (0)