Skip to content

Commit

Permalink
nit: small fix to a test and git ignore update
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Sch <[email protected]>
  • Loading branch information
SchSeba committed Jan 7, 2024
1 parent 3269e50 commit 5a70e9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,5 @@ tags
# End of https://www.gitignore.io/api/go,vim,emacs,visualstudiocode
#IDE (GoLand) specific
.idea/

# test-environment files
registry-login.conf
2 changes: 1 addition & 1 deletion test/conformance/tests/test_sriov_operator.go
Original file line number Diff line number Diff line change
Expand Up @@ -1193,7 +1193,7 @@ var _ = Describe("[sriov] operator", func() {
capacity, _ = resNum.AsInt64()
res["openshift.io/testresource1"] = capacity
return res
}, 2*time.Minute, time.Second).Should(Equal(map[string]int64{
}, 15*time.Minute, time.Second).Should(Equal(map[string]int64{
"openshift.io/testresource": int64(3),
"openshift.io/testresource1": int64(2),
}))
Expand Down

0 comments on commit 5a70e9e

Please sign in to comment.