Skip to content

Commit

Permalink
update workflow benchmark timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
pascal-fischer committed Jan 2, 2025
1 parent a8e5d8a commit 1c2d7a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion management/server/account_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3025,7 +3025,7 @@ func BenchmarkSyncAndMarkPeer(b *testing.B) {
{"Medium", 500, 100, 7, 13, 10, 70},
{"Large", 5000, 200, 65, 80, 60, 220},
{"Small single", 50, 10, 1, 3, 3, 70},
{"Medium single", 500, 10, 7, 13, 10, 26},
{"Medium single", 500, 10, 7, 13, 10, 32},
{"Large 5", 5000, 15, 65, 80, 60, 200},
}

Expand Down

0 comments on commit 1c2d7a9

Please sign in to comment.