Skip to content

Commit

Permalink
speedup keystone e2e tests (#14105)
Browse files Browse the repository at this point in the history
  • Loading branch information
ettec committed Aug 13, 2024
1 parent 220ca2a commit eb31cf7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/ninety-ways-run.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"chainlink": patch
---

#internal speed up keystone e2e tests
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ func setupCapabilitiesRegistryContract(ctx context.Context, t *testing.T, workfl
triggerCapabilityConfig := newCapabilityConfig()
triggerCapabilityConfig.RemoteConfig = &pb.CapabilityConfig_RemoteTriggerConfig{
RemoteTriggerConfig: &pb.RemoteTriggerConfig{
RegistrationRefresh: durationpb.New(60000 * time.Millisecond),
RegistrationRefresh: durationpb.New(1000 * time.Millisecond),
RegistrationExpiry: durationpb.New(60000 * time.Millisecond),
// F + 1
MinResponsesToAggregate: uint32(triggerDon.F) + 1,
Expand Down

0 comments on commit eb31cf7

Please sign in to comment.