Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gmurayama committed May 28, 2024
1 parent c335a04 commit 44c9470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/fcm_e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ func (s *FcmE2ETestSuite) setupFcmPusher(appName string) (*firebaseMock.MockPush
),
}
go gcmPusher.Start(ctx)
time.Sleep(wait * 5)
time.Sleep(wait * 10)

return pushClient, statsdClientMock
}
Expand Down

0 comments on commit 44c9470

Please sign in to comment.