Skip to content

Commit

Permalink
fix: Fix timeouts for demo context.
Browse files Browse the repository at this point in the history
  • Loading branch information
jwalton committed Apr 20, 2022
1 parent 3b58761 commit 4767e01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/kitsch/modules/context.go
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ func NewDemoContext(
Styles: styles,
gitInitialized: true,
git: config.Git,
DefaultTimeout: 1000,
DefaultTimeout: 1000 * time.Millisecond,
}
}

Expand Down

0 comments on commit 4767e01

Please sign in to comment.