Skip to content

Commit ac0e609

Browse files
committed
Add long test
1 parent ce148b5 commit ac0e609

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/test/kotlin/Test.kt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
import org.junit.jupiter.api.Test
2+
3+
class Test {
4+
5+
@Test
6+
fun test() {
7+
Thread.sleep(30000)
8+
}
9+
}

0 commit comments

Comments
 (0)