Skip to content

Commit

Permalink
Merge branch 'main' into only_validation
Browse files Browse the repository at this point in the history
  • Loading branch information
rmshaffer authored Dec 6, 2024
2 parents 5aaa69c + 8367e48 commit 6f04be3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v1.88.3 (2024-12-06)

### Bug Fixes and Other Changes

* increase timeout for tasks to avoid async polling timeout during…

## v1.88.2.post0 (2024-11-25)

### Documentation Changes
Expand Down
2 changes: 1 addition & 1 deletion src/braket/_sdk/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
Version number (major.minor.patch[-label])
"""

__version__ = "1.88.3.dev0"
__version__ = "1.88.4.dev0"
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 6f04be3

Please sign in to comment.