Skip to content

Commit

Permalink
Revert to seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
markkuleinio committed Jan 4, 2024
1 parent d2f79a5 commit f1160f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def docker_compose_project_name(pytestconfig):
This will return a consistently generated project name so we can kill stale
containers after the test run is finished.
"""
return "%s_%s" % (DOCKER_PROJECT_PREFIX, time.time_ns())
return "%s_%s" % (DOCKER_PROJECT_PREFIX, int(time.time()))


def clean_netbox_docker_tmpfiles():
Expand Down

0 comments on commit f1160f1

Please sign in to comment.