Skip to content

Commit

Permalink
increase loading-time to 10s
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasbjoralt committed Sep 2, 2024
1 parent 285efd1 commit 4b90f39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ressurser/simple-api/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@

// This app requires some time to get started.
// Maybe you should use a readiness-probe?
Thread.Sleep(3000);
Thread.Sleep(10000);

app.Run();

0 comments on commit 4b90f39

Please sign in to comment.