mirror of
https://github.com/logos-storage/logos-storage-nim-cs-dist-tests.git
synced 2026-01-05 23:13:08 +00:00
increases default timeset timeouts
This commit is contained in:
parent
ade1d9943d
commit
90586dce5c
@ -23,12 +23,12 @@
|
||||
{
|
||||
public TimeSpan HttpCallTimeout()
|
||||
{
|
||||
return TimeSpan.FromMinutes(2);
|
||||
return TimeSpan.FromMinutes(5);
|
||||
}
|
||||
|
||||
public TimeSpan HttpRetryTimeout()
|
||||
{
|
||||
return TimeSpan.FromMinutes(5);
|
||||
return TimeSpan.FromMinutes(20);
|
||||
}
|
||||
|
||||
public TimeSpan HttpCallRetryDelay()
|
||||
|
||||
@ -19,7 +19,7 @@ namespace CodexReleaseTests.DataTests
|
||||
|
||||
try
|
||||
{
|
||||
node.DownloadContent(unknownCid);
|
||||
node.DownloadContent(unknownCid, TimeSpan.FromMinutes(2.0));
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
||||
@ -274,7 +274,7 @@ namespace DistTestCore
|
||||
|
||||
private string GetCurrentTestName()
|
||||
{
|
||||
return $"[{NameUtils.GetTestMethodName()}]";
|
||||
return $"[{NameUtils.GetRawFixtureName()}:{NameUtils.GetTestMethodName()}]";
|
||||
}
|
||||
|
||||
public DistTestResult GetTestResult()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user