Skip to content

Commit dbe0852

Browse files
authored
Revert "chore: fix flaky subscription test" (#1788)
Reverts #1787 While actions running the PR checks worked it still fails on master :(
1 parent 03f8772 commit dbe0852

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

servers/graphql-kotlin-ktor-server/src/test/kotlin/com/expediagroup/graphql/server/ktor/subscriptions/graphqlws/KtorGraphQLWebSocketProtocolHandlerTest.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,6 @@ class KtorGraphQLWebSocketProtocolHandlerTest {
500500
block.invoke(session)
501501
handlerJob.cancelAndJoin()
502502
} finally {
503-
delay(300)
504503
session.closeChannels()
505504
}
506505
}

0 commit comments

Comments
 (0)