Add a test: changing timeout using a pipe
Change-Id: I07e8bce8bd563a6eebc08c6d89e180bfa87d1e84
diff --git a/src/test/resources/pipe-output/test-timeout.jsonld b/src/test/resources/pipe-output/test-timeout.jsonld
new file mode 100644
index 0000000..93c6309
--- /dev/null
+++ b/src/test/resources/pipe-output/test-timeout.jsonld
@@ -0,0 +1,25 @@
+{
+ "meta": {
+ "snippets": true,
+ "timeout": 90000
+ },
+ "query": {
+ "@type": "koral:token",
+ "wrap": {
+ "@type": "koral:term",
+ "match": "match:eq",
+ "key": [
+ "der",
+ "das"
+ ],
+ "layer": "orth",
+ "rewrites": [{
+ "@type": "koral:rewrite",
+ "src": "Glemm",
+ "operation": "operation:override",
+ "scope": "key"
+ }]
+ }
+ },
+ "@context": "http://korap.ids-mannheim.de/ns/koral/0.3/context.jsonld"
+}