Changeset 154f1ce1 in trunk


Ignore:
Timestamp:
2023-02-21T14:38:54Z (2 years ago)
Author:
Itamar Turner-Trauring <itamar@…>
Branches:
master
Children:
2811c80
Parents:
c9d140b
Message:

No need for sleep.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified src/allmydata/test/test_util.py

    rc9d140b r154f1ce1  
    602602        """The given function runs in a thread."""
    603603        def f(*args, **kwargs):
    604             time.sleep(0.1)
    605604            return current_thread(), args, kwargs
    606605
Note: See TracChangeset for help on using the changeset viewer.