Skip to content

Commit

Permalink
RSDK-9356 Bump timeout slightly for TestFirstRun/with_timeout (#4706)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjirewis authored Jan 13, 2025
1 parent a5eae89 commit 2137570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/modmanager/manager_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1717,7 +1717,7 @@ func TestFirstRun(t *testing.T) {
modCfg := config.Module{
Name: "test-module",
ExePath: exePath,
FirstRunTimeout: utils.Duration(1 * time.Millisecond),
FirstRunTimeout: utils.Duration(100 * time.Millisecond),
}
err := mgr.FirstRun(ctx, modCfg)
test.That(t, err, test.ShouldNotBeNil)
Expand Down

0 comments on commit 2137570

Please sign in to comment.