mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-16 12:22:17 +01:00
improving context timeout tests for office and merge printers + test with only one file to convert for the office printer
This commit is contained in:
@@ -34,7 +34,7 @@ func TestMergePrinter(t *testing.T) {
|
||||
// should not be OK as context.Context
|
||||
// should timeout.
|
||||
opts = MergePrinterOptions{
|
||||
WaitTimeout: 0.1,
|
||||
WaitTimeout: 0.0,
|
||||
}
|
||||
p = NewMergePrinter(logger, fpaths, opts)
|
||||
dest = printertest.GenerateDestination()
|
||||
|
||||
Reference in New Issue
Block a user