You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: airbyte-cdk/java/airbyte-cdk/core/src/testFixtures/kotlin/io/airbyte/cdk/extensions/LoggingInvocationInterceptor.kt
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -106,8 +106,8 @@ class LoggingInvocationInterceptor : InvocationInterceptor {
106
106
if (timeoutTask.wasTriggered) {
107
107
t1 =
108
108
TimeoutException(
109
-
"Execution was cancelled after %s. If you think your test should be given more time to complete, you can use the @Timeout annotation. If all the test of a connector are slow, "+
110
-
" you can override the property 'JunitMethodExecutionTimeout' in your gradle.properties.".formatted(
109
+
("Execution was cancelled after %s. If you think your test should be given more time to complete, you can use the @Timeout annotation. If all the test of a connector are slow, "+
110
+
" you can override the property 'JunitMethodExecutionTimeout' in your gradle.properties.").formatted(
0 commit comments