gotest.tools/gotestsum@v1.11.0/cmd/testdata/expected/panic-race-2-summary (about) 1 2 === Failed 3 === FAIL: example (0.00s) 4 panic: test timed out after 2s 5 running tests: 6 TestSleepsTooLong (2s) 7 8 goroutine 17 [running]: 9 testing.(*M).startAlarm.func1() 10 /usr/lib/go/src/testing/testing.go:2241 +0x3c5 11 created by time.goFunc 12 /usr/lib/go/src/time/sleep.go:176 +0x32 13 14 goroutine 1 [chan receive]: 15 testing.(*T).Run(0xc0000076c0, {0x52afd7?, 0x4baa25?}, 0x533d98) 16 /usr/lib/go/src/testing/testing.go:1630 +0x405 17 testing.runTests.func1(0x6102c0?) 18 /usr/lib/go/src/testing/testing.go:2036 +0x45 19 testing.tRunner(0xc0000076c0, 0xc000096c88) 20 /usr/lib/go/src/testing/testing.go:1576 +0x10b 21 testing.runTests(0xc000026140?, {0x606c80, 0x1, 0x1}, {0x0?, 0x100c0000a6598?, 0x60fae0?}) 22 /usr/lib/go/src/testing/testing.go:2034 +0x489 23 testing.(*M).Run(0xc000026140) 24 /usr/lib/go/src/testing/testing.go:1906 +0x63a 25 main.main() 26 _testmain.go:47 +0x1aa 27 28 goroutine 6 [sleep]: 29 time.Sleep(0x4a817c800) 30 /usr/lib/go/src/runtime/time.go:195 +0x135 31 gotest.tools/gotestsum/example.TestSleepsTooLong(0x0?) 32 /home/daniel/pers/code/gotestsum/example/testing_test.go:9 +0x25 33 testing.tRunner(0xc000007860, 0x533d98) 34 /usr/lib/go/src/testing/testing.go:1576 +0x10b 35 created by testing.(*T).Run 36 /usr/lib/go/src/testing/testing.go:1629 +0x3ea 37 FAIL gotest.tools/gotestsum/example 2.003s 38 39 === FAIL: example TestSleepsTooLong (unknown) 40 41 DONE 1 tests, 2 failures