Skip to content

Commit

Permalink
fix: increase timeout for tasks to avoid async polling timeout during… (
Browse files Browse the repository at this point in the history
  • Loading branch information
AbeCoull authored Dec 6, 2024
1 parent aead183 commit 73a03c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit_tests/braket/aws/test_aws_quantum_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def quantum_task_quiet(aws_session):

@pytest.fixture
def circuit_task(aws_session):
return AwsQuantumTask("foo:bar:arn", aws_session, poll_timeout_seconds=2)
return AwsQuantumTask("foo:bar:arn", aws_session, poll_timeout_seconds=4)


@pytest.fixture
Expand Down

0 comments on commit 73a03c6

Please sign in to comment.