increase Jenkins timeout from 90 to 100 minutes (#1519)
This commit is contained in:
parent
79ff4f7c41
commit
17af7f34f4
|
@ -1,7 +1,7 @@
|
||||||
jobs:
|
jobs:
|
||||||
- job: Windows
|
- job: Windows
|
||||||
|
|
||||||
timeoutInMinutes: 90
|
timeoutInMinutes: 100
|
||||||
|
|
||||||
pool:
|
pool:
|
||||||
vmImage: windows-latest
|
vmImage: windows-latest
|
||||||
|
|
|
@ -536,7 +536,7 @@ proc runAttSendReceive(logConf: LogTraceConf, nodes: seq[NodeDirectory]) =
|
||||||
receivers = misses.toSimple(), send_stamp = item.timestamp
|
receivers = misses.toSimple(), send_stamp = item.timestamp
|
||||||
|
|
||||||
info "Statistics for sender node", sender = srnodes[i].directory.name,
|
info "Statistics for sender node", sender = srnodes[i].directory.name,
|
||||||
sucessfull_broadcasts = success, failed_broadcasts = failed,
|
successful_broadcasts = success, failed_broadcasts = failed,
|
||||||
total_broadcasts = len(srnodes[i].sends)
|
total_broadcasts = len(srnodes[i].sends)
|
||||||
|
|
||||||
proc runLatencyCheck(logConf: LogTraceConf, logFiles: seq[string],
|
proc runLatencyCheck(logConf: LogTraceConf, logFiles: seq[string],
|
||||||
|
|
Loading…
Reference in New Issue