Skip to content

Commit

Permalink
increase test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
joaopgrassi committed Apr 30, 2024
1 parent 34e8655 commit 8f90f18
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
3 changes: 3 additions & 0 deletions internal/common/testutils/trace.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ func GetTraceWithRetry(t *testing.T, serviceName string) *otlptrace.ResourceSpan
1 * time.Second,
3 * time.Second,
10 * time.Second,
15 * time.Second,
20 * time.Second,
30 * time.Second,
}

var rs *otlptrace.ResourceSpans
Expand Down
10 changes: 10 additions & 0 deletions src/site/src/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@
<link rel="apple-touch-icon" href="%sveltekit.assets%/apple-touch-icon.png" />
<link rel="manifest" href="%sveltekit.assets%/site.webmanifest" />
<meta name="viewport" content="width=device-width" />
<meta name="description" content="Learn how to get started with OpenTelemetry with the help of our collection of sample applications">
<meta property="og:title" content="OTel Recipes">
<meta property="og:description" content="Learn how to get started with OpenTelemetry with the help of our collection of sample applications">
<meta property="og:type" content="website">
<meta property="og:url" content="https://otelrecipes.com">
<meta property="og:image" content="https://blog.joaograssi.com/posts/2021/asp-net-core-testing-permission-protected-api-endpoints/testing-endpoints-cover.png">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="OTel Recipes">
<meta name="twitter:description" content="Learn how to get started with OpenTelemetry with the help of our collection of sample applications">
<meta name="twitter:image" content="https://blog.joaograssi.com/posts/2021/asp-net-core-testing-permission-protected-api-endpoints/testing-endpoints-cover.png">
<script data-goatcounter="https://otelrecipes.goatcounter.com/count" src="count.js"></script>
%sveltekit.head%
</head>
Expand Down

0 comments on commit 8f90f18

Please sign in to comment.