Skip to content

Commit 58194da

Browse files
committed
Update genomes_controller.rb
1 parent 2262c75 commit 58194da

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/controllers/genomes_controller.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ def update_accession
5959
def update_external
6060
if @genome.queue_for_external_resources(true) # Force: trust curators
6161
flash[:notice] = 'Update has been queued'
62+
sleep(2)
6263
else
6364
flash[:alert] = 'Update was not queued, something failed'
6465
end

0 commit comments

Comments
 (0)