Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (

const (
pollInterval = 15 * time.Second
dispatchWait = 12 * time.Minute
dispatchWait = 18 * time.Minute
dispatchPoll = 5 * time.Second
dispatchMaxTry = 48

Expand Down
2 changes: 1 addition & 1 deletion pkg/behaviourtest/steps/url_dispatch.go
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ func givenURLSourcedCustomHarness(w *world.World, name, doc string, opts urlHarn
// The Contents API uses an authenticated token, but production
// FetchAgentHarness fetches the raw URL unauthenticated. If the
// repo is not truly public or the edge cache hasn't propagated,
// this catches the mismatch early instead of hanging for 12+ minutes.
// this catches the mismatch early instead of hanging for 18+ minutes.
if err := verifyRawURLAccessible(rawURL); err != nil {
return fmt.Errorf("raw URL not accessible (repo may not be public or edge cache not propagated): %w", err)
}
Expand Down
Loading