(t *testing.T)
| 29 | ) |
| 30 | |
| 31 | func TestTimeout(t *testing.T) { |
| 32 | defer ztest.Initialize("2")() |
| 33 | assert.Equal(t, time.Duration(100), Timeout(50), "Expected to scale up timeout.") |
| 34 | } |
| 35 | |
| 36 | func TestSleep(t *testing.T) { |
| 37 | defer ztest.Initialize("2")() |
nothing calls this directly
no test coverage detected