tests: increase timeout in video thumbnailer test

This commit is contained in:
Michael Hoffmann 2022-12-30 23:45:59 +01:00 committed by Brad Fitzpatrick
parent 5576dea344
commit 328c536cf4
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ func TestMakeThumbnail(t *testing.T) {
store, ref := storageAndBlobRef(t)
tmpFile, _ := ioutil.TempFile(os.TempDir(), "camlitest")
defer tmpFile.Close()
service := NewService(DefaultThumbnailer, 2*time.Second, 5)
service := NewService(DefaultThumbnailer, 30*time.Second, 5)
err := service.Generate(ref, tmpFile, store)
if err != nil {