Skip to content

Commit

Permalink
Enable GA TestPyPi
Browse files Browse the repository at this point in the history
- starting the test py pi
  • Loading branch information
carlkidcrypto committed Dec 7, 2024
1 parent e47d130 commit 7828f31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_publish_to_test_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: TestPyPI Distributions
concurrency: build_and_publish_to_test_pypi
on:
push:
branches: [ main ]
branches: [ 255-ga-builds ]

jobs:
check-source-changes:
Expand Down
2 changes: 1 addition & 1 deletion tests/test_netsnmp.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ def test_snmpwalk(netsnmp_args):
assert res[5].value == "my original location"

# Space out our tests to avoid overwhelming the snmpd server with traffic.
sleep(uniform(0.8, 1.3))
sleep(uniform(1.0, 1.5))


def test_snmp_walk_res(netsnmp_args):
Expand Down

0 comments on commit 7828f31

Please sign in to comment.