Skip to content

Commit

Permalink
test: change delta to 2h
Browse files Browse the repository at this point in the history
  • Loading branch information
cengelha committed Jul 22, 2024
1 parent 91871d0 commit d41e292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libNOM.test/Helper/CommonTestClass.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public abstract class CommonTestClass
protected const int OFFSET_INDEX = 2;
protected const int TICK_DIVISOR = 10000;

protected static readonly TimeSpan DELTA_TIMESPAN = TimeSpan.FromHours(1);
protected static readonly TimeSpan DELTA_TIMESPAN = TimeSpan.FromHours(2);

protected static readonly long DELTA_TIMESPAN_SECONDS = (long)(DELTA_TIMESPAN.TotalSeconds);
protected static readonly long DELTA_TIMESPAN_TICKS = DELTA_TIMESPAN.Ticks;
Expand Down

0 comments on commit d41e292

Please sign in to comment.