diff --git a/conekt/templates/export_condition.html b/conekt/templates/export_condition.html index 6657cb2..55f5eb3 100644 --- a/conekt/templates/export_condition.html +++ b/conekt/templates/export_condition.html @@ -61,6 +61,7 @@

Export expression levels

$.ajax({ url: $(this).prop('action'), + timeout:600000, //10 min timeout type: "POST", dataType: 'text', data: $(this).serialize(),