Refactor RepoBranchTagSelector (#32681)
This commit is contained in:
parent
def13ece7c
commit
e3e32605a1
8 changed files with 275 additions and 288 deletions
2
modules/cache/cache_test.go
vendored
2
modules/cache/cache_test.go
vendored
|
@ -43,7 +43,7 @@ func TestTest(t *testing.T) {
|
|||
elapsed, err := Test()
|
||||
assert.NoError(t, err)
|
||||
// mem cache should take from 300ns up to 1ms on modern hardware ...
|
||||
assert.Less(t, elapsed, SlowCacheThreshold)
|
||||
assert.Less(t, elapsed, time.Millisecond)
|
||||
}
|
||||
|
||||
func TestGetCache(t *testing.T) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue