Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Conversation

@keegangeorge
Copy link
Member

The AI Tool spec that checks that the tool runner will not timeout on slow HTTP request is flaky. In this PR we attempt to resolve the flakiness by:

  1. Ensuring stub_request runs before the request
  2. Increasing the timeout for CI env

1. Ensure stub runs before the request
2. Increased timeout for CI env
@keegangeorge keegangeorge requested a review from Copilot March 27, 2025 15:55
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR addresses the flaky AI tool spec by ensuring stub_request is called before the actual request is made and increasing the timeout for the tool runner in the CI environment.

  • Ensures stub_request is set up before creating and invoking the tool runner.
  • Increases the runner timeout from 5 to 10 seconds to mitigate CI timeout issues.

@keegangeorge keegangeorge merged commit da2b083 into main Mar 27, 2025
6 checks passed
@keegangeorge keegangeorge deleted the fix-flaky-ai-tool-spec branch March 27, 2025 16:34
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants