mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Increase timeout for windows tests
This commit is contained in:
parent
932ff82d70
commit
332b31e701
1 changed files with 2 additions and 2 deletions
|
@ -813,9 +813,9 @@ class Master(SMaster):
|
|||
for _, opts in iter_transport_opts(self.opts):
|
||||
chan = salt.channel.server.PubServerChannel.factory(opts)
|
||||
chan.pre_fork(self.process_manager, kwargs={"secrets": SMaster.secrets})
|
||||
if not chan.transport.started.wait(30):
|
||||
if not chan.transport.started.wait(60):
|
||||
raise salt.exceptions.SaltMasterError(
|
||||
"Publish server did not start within 30 seconds. Something went wrong."
|
||||
"Publish server did not start within 60 seconds. Something went wrong.",
|
||||
)
|
||||
pub_channels.append(chan)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue