Skip to content

Commit

Permalink
Fix test flake on registry syncer (#14148)
Browse files Browse the repository at this point in the history
* Fixes test flake

* Adds changeset

* Fixes readme
  • Loading branch information
vyzaldysanchez authored Aug 19, 2024
1 parent 326c1d4 commit 0ceb9b5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/big-students-rush.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"chainlink": patch
---

#bugfix Fixes test flake
2 changes: 1 addition & 1 deletion core/services/registrysyncer/syncer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ func TestSyncer_DBIntegration(t *testing.T) {
syncer.AddLauncher(l)

var latestLocalRegistryCalled, addLocalRegistryCalled bool
timeout := time.After(500 * time.Millisecond)
timeout := time.After(testutils.WaitTimeout(t))

for !latestLocalRegistryCalled || !addLocalRegistryCalled {
select {
Expand Down

0 comments on commit 0ceb9b5

Please sign in to comment.