mirror of
https://github.com/znc/znc.git
synced 2026-08-06 17:03:14 +02:00
Increase znc-buildmod timeout in the test.
For some slow systems 30s is too small.
This commit is contained in:
@@ -217,6 +217,7 @@ TEST_F(ZNCTest, BuildMod) {
|
||||
proc->setProcessChannelMode(QProcess::ForwardedChannels);
|
||||
});
|
||||
p.ShouldFinishItself(1);
|
||||
p.ShouldFinishInSec(300);
|
||||
}
|
||||
{
|
||||
Process p(ZNC_BIN_DIR "/znc-buildmod",
|
||||
@@ -226,6 +227,7 @@ TEST_F(ZNCTest, BuildMod) {
|
||||
proc->setProcessChannelMode(QProcess::ForwardedChannels);
|
||||
});
|
||||
p.ShouldFinishItself();
|
||||
p.ShouldFinishInSec(300);
|
||||
}
|
||||
client.Write("znc loadmod testmod");
|
||||
client.Write("PRIVMSG *testmod :hi");
|
||||
|
||||
Reference in New Issue
Block a user