# skill_digest: 97edff2455fc66ff47ec8cf2cb8c25155a14938624eee3c81460ea4c50705e3c
The answer is in `/tmp/konflux-docs/modules/testing/pages/integration/creating.adoc:188`.

You need to set **`Spec.ResolverRef.ResourceKind`** to **`pipelinerun`** (lowercase `r`) in your `IntegrationTestScenario` definition.

By default it resolves a `pipeline`, but pipeline timeouts (along with service accounts and workspaces) are `PipelineRun`-level attributes — so switching `ResourceKind` to `pipelinerun` lets you customize those fields.
