Skip to content

Commit

Permalink
Extend "sudden hash rate drop" test length to 45 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaspa Profiler committed Nov 6, 2021
1 parent 50b05e2 commit beea357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stability-tests/daa/daa_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ func TestDAA(t *testing.T) {
},
{
name: "sudden hash rate drop",
runDuration: 15 * time.Minute,
runDuration: 45 * time.Minute,
targetHashNanosecondsFunction: func(totalElapsedDuration time.Duration) int64 {
if totalElapsedDuration < 5*time.Minute {
return machineHashNanoseconds * 2
Expand Down

0 comments on commit beea357

Please sign in to comment.