Skip to content

test: remove timer in test-dgram-send-empty-array

Rodrigo Muino Tomonari requested to merge github/fork/Trott/3bsd into master
Checklist
  • make -j8 test (UNIX), or vcbuild test nosign (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

test dgram

Description of change

The timer is not necessary. The test will timeout via the test harness if the test fails. This should resolve spurious CI failures.

Merge request reports

Loading