Skip to content
This repository was archived by the owner on Jan 20, 2026. It is now read-only.
This repository was archived by the owner on Jan 20, 2026. It is now read-only.

Version verify test timeout in CI/CD #7

@udiedrichsen

Description

@udiedrichsen

Description

The ensure_build_test.dart test is timing out after 30 seconds in the CI/CD pipeline, causing builds to fail.

Error Details

TimeoutException after 0:00:30.000000: Test timed out after 30 seconds

Context

  • Test runs build_runner to verify generated files are up to date
  • Timeout occurs during the build process
  • Works locally but fails in CI

Possible Causes

  • CI environment might be slower
  • Build runner taking longer than expected
  • Test timeout is too short for CI environment

Suggested Fixes

  • Increase test timeout from 30s to 60s or more
  • Optimize build_runner performance
  • Skip this test for non-version-related PRs
  • Cache build artifacts in CI

Related

Priority

High - Blocking publication to pub.dev

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions