mirror of
https://github.com/go-gitea/gitea
synced 2025-02-06 16:07:00 +01:00
eb15781d98
Increase all timeouts to 10 seconds; these aren't hard-coded sleeps, so there's no guarantee we'll actually take that long. If we need longer to not have a false-positive, then so be it. While here, various assert.{Not,}Equal arguments are flipped around so that the wording in error output reflects reality, where the expected argument is second and actual third.